home *** CD-ROM | disk | FTP | other *** search
/ The Extreme Ultraviolet Explorer Science Archive / NASA - The Extreme Ultraviolet Explorer Science Archive.iso / ego / software / revnotes.txt < prev   
Text File  |  1994-05-10  |  5KB  |  128 lines

  1.  
  2.  
  3.  
  4.                        EUV Revision Notes
  5.                            Version 1.4
  6.  
  7.                         Revision 11/24/93
  8.  
  9. Introduction
  10.  
  11. This release is intended for Guest Observer use for point  source
  12. analysis.   This  release  is  for  users  of  the  EUVE  pointed
  13. spectroscopic data analysis software.  Patches  to  this  release
  14. will be created on an as needed basis.  This document only covers
  15. the  EUV/IRAF  layered  package  software  release.   It  doesn't
  16. address  the  issue  of  the  scientific correctness of EUVE data
  17. products.
  18.  
  19. For  information  about  installing   IRAF/EUV   see   the   "EUV
  20. Installation Guide".
  21.  
  22. This release adds several new programs and corrects  some  errors
  23. found in the previous releases.
  24.  
  25. New Features
  26.  
  27. QPOE files can now be converted to  and  from  ST  table  format,
  28. using the qpwst and qprst tasks in the euvtools package.
  29.  
  30. The ism program, in the euvspec package, computes the  effect  of
  31. interstellar absorption on input flux.
  32.  
  33. Some code was changed to take advantage of the short datatype  in
  34. version 1.3 of the ST tables package.
  35.  
  36. Code Corrections
  37.  
  38. More mismatched uses of yes/no and true/false were corrected, and
  39. other  lines  of  code  that  caused FORTRAN compiler portability
  40. problems were fixed.
  41.  
  42. The euv.cl file was  changed  to  automatically  reload  the  euv
  43. package  after  the  euvred,  euvtools,  and euvspec packages are
  44. loaded.
  45.  
  46. Detailed changes to tasks and  libraries  can  be  found  in  the
  47. revisions.log file.
  48.  
  49.  
  50. Major Features Comprehensive Event Pipeline  CEP  in  the  euvred
  51. package   implements  a  functional  version  of  the  processing
  52. pipeline used in EUVE data calibration.  The pipeline consists of
  53. several modules, including: time filtering, spatial masks, aspect
  54. correction,  wavelength  correction,  and  simple   calculations.
  55. These  modules  are  configured  to  produce  QPOE images of EUVE
  56. spectral observations from restructured raw data  represented  in
  57. ST Tables.
  58.  
  59. Data Quality Selection DQSELECT in the euvred package  implements
  60. a  functional  version  of  data quality selection for EUVE data.
  61. Good time format ST tables can  be  generated  from  time-stamped
  62. monitors.   Good  times intervals, that is, a set of time periods
  63. when the  data  falls  within  user  selected  criteria,  can  be
  64. generated  from  time-stamped  monitors.  These  intervals can be
  65. stored in ST tables or inserted as macros in  QPOE  files.   Time
  66. macros can also be inserted into QPOE files.
  67.  
  68. Instrument Modeling SPECMOD reads and writes IRAF image files  as
  69. well  as  ASCII  line  lists.   The user can selectively turn PSF
  70. convolution on or off.  SPECMOD has been  upgraded  to  read  EUV
  71. detector  tables.  This task primarily accepts user supplied data
  72. as input, typically the expected flux at the telescope  aperture,
  73. and produces spectra folded through an instrument model.
  74.  
  75. Background Monitoring BACKMON provides basic information  on  the
  76. EUVE  spacecraft  environment  based  on  spacecraft  engineering
  77. monitors.   The  information  includes  magnetic  latitude  which
  78. greatly  effects EUVE background levels.  The output from BACKMON
  79. can be used  with  DQSELECT  to  produce  time  filters  for  the
  80. relevant QPOE files.
  81.  
  82. Missing Features
  83.  
  84. Several features are still  missing  from  the  EUV/IRAF  layered
  85. package.   Among  them  are  the  following:   First, EUVE has an
  86. instrument effect called Primbsching that limits high telemetered
  87. count rates from any EUVE detector.  This Primbsch effect must be
  88. corrected for in the  observation.   Two  methods  are  possible:
  89. model the primbsch effect in the instrument modeling software, or
  90. associate an "intensity" with each event.   Both  techniques  are
  91. under investigation.
  92.  
  93. Several instrument anomalies are currently  under  investigation.
  94. As  these  anomalies are resolved, they must either be modeled or
  95. corrected.  It is expected that  some  of  these  anomalies  will
  96. require  additional  analysis  software.   This  issues  will  be
  97. addressed in an on-going basis, depending upon urgency.
  98.  
  99. Revision History
  100.  
  101.   1.4 Revision -- November 1993
  102.   1.3 Revision -- August 1993
  103. 1.2.2 Revision -- May 1993
  104. 1.2.1 Revision -- May 1993
  105.   1.2 Revision -- April 1993
  106. 1.1.1 Revision -- January 1993
  107.   1.1 Revision -- November 1992
  108. 1.0.4 Revision -- September 1992
  109. 1.0.2 Revision -- July 1992
  110.   1.0 Revision -- May 1992
  111.  Beta Revision -- November 1991
  112. Alpha Revision -- September 1990
  113.  
  114. ---------------------------------------------------------------------------
  115.  
  116. ADDENDUM -- PSFs in SPECMOD
  117.  
  118. 7 Feb 1994
  119.  
  120. The SPECMOD spectral modeling task in egocs1.4 has been modified to
  121. accept the instrument point spread function (PSF) values in FWHM
  122. units, as given in the fwhm1 column in the egodata1.8 files
  123. sw_psf.tab, mw_psf.tab, and lw_psf.tab.
  124.  
  125. Prior to egodata1.8, the PSF was specified as one-sigma values.
  126. This means that egodata releases prior to egodata1.8 will
  127. not be compatible with the egocs1.4 version of SPECMOD.
  128.